home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Report Writers / Crystal Repot 9.0 Full CD version / Setup.exe / Windows / System32 / HTMLRE90.DLL / HTML / 11649 < prev    next >
Encoding:
Text File  |  2002-07-05  |  1.4 KB  |  57 lines

  1. <html>
  2.  
  3. <head>
  4. <link rel="stylesheet" type="text/css" href="%1css/default.css">
  5. </head>
  6.  
  7. <body>
  8.  
  9. <script language="Javascript">
  10. function goBack()
  11. {
  12.     var noHistoryLength = 0;
  13.     if(document.layers) // Netscape
  14.         noHistoryLength = 1;
  15.  
  16.     var curWin = window;
  17.     while(curWin != top && curWin.history.length == noHistoryLength)
  18.     {
  19.         curWin = curWin.parent;
  20.     }
  21.  
  22.     curWin.history.go(-1);
  23. }
  24. </script>
  25.  
  26. <p align="center"><img border="0" src="%1images/product_logo.gif" alt="Product Logo"></p>
  27.  
  28. <p align="center">You are using Crystal Enterprise Standard.<br>
  29. To use this feature, simply upgrade to Crystal Enterprise Professional.</p>
  30. <p align="center">Upgrade information is available at
  31. the <a class="list" href="http://www.crystaldecisions.com/ipl/default.asp?language=EN&destination=products" target="_blank"><br>
  32. Crystal Decisions website</a></p>
  33. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  34.   <tr>
  35.     <td width="100%" align="center">
  36. <table border=0 cellpadding=0>
  37.  <tr valign=center>
  38.     <td>
  39.     <p align="center">
  40.     </td>
  41.     <td class="clsButton" align="center" nowrap>
  42.      <div class="clsButton">
  43.       <a href="#" onClick="javascript:goBack();return false"> OK </a></div>
  44.     </td>
  45.     <td>
  46.     <p align="center">
  47.     </td>
  48.   </tr>
  49. </table>
  50.     </td>
  51.   </tr>
  52. </table>
  53.  
  54. </body>
  55.  
  56. </html>
  57.